home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ahoy 1988 June
/
Ahoy_Magazine_88-06_1988_Double_L.d64
/
PRINT 24_40
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
352b
|
10 lines
5 printchr$(147)"print 24/40 **** erase 24/40":rem for demo only
10 a$="is this the bottom line or what?"
15 gosub2000:forw=0to1000:next:gosub3000:end
2000 b$=left$(a$,len(a$)-2)+right$(a$,1)
2005 poke214,24:poke211,(40-len(a$)):sys58732
2010 printb$+chr$(157)chr$(148)+mid$(a$,len(a$)-1,1)+chr$(19):return
3000 poke214,24:poke211,0:sys58732
3005 print" "chr$(20)chr$(32)chr$(19)
3010 return